Show / Hide Table of Contents

Class Yak2DException

Represents errors that occur in Yak2D library.

Inheritance
object
Exception
Yak2DException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.ToString()
Exception.GetType()
Exception.TargetSite
Exception.Message
Exception.Data
Exception.InnerException
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.StackTrace
Exception.SerializeObjectState
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Yak2D
Assembly: Yak2D.Api.dll
Syntax
public class Yak2DException : Exception, ISerializable

Constructors

Yak2DException()

Constructs a new Yak2DException

Declaration
public Yak2DException()

Yak2DException(string)

Constructs a new Yak2DException with the given message.

Declaration
public Yak2DException(string message)
Parameters
Type Name Description
string message

The exception message.

Yak2DException(string, Exception)

Constructs a new Yak2DException with the given message and inner exception.

Declaration
public Yak2DException(string message, Exception innerException)
Parameters
Type Name Description
string message

The exception message.

Exception innerException

The inner exception.

Implements

ISerializable
In this article
Back to top yak2D - Alex Paterson