Class Yak2DException
Represents errors that occur in Yak2D library.
Implements
Inherited Members
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. |