Class Yak2DException
Represents errors that occur in Yak2D library.
Inheritance
System.Object
Yak2DException
Namespace: Yak2D
Assembly: Yak2D.Api.dll
Syntax
public class Yak2DException : Exception
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 |
|---|---|---|
| System.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 |
|---|---|---|
| System.String | message | The exception message. |
| Exception | innerException | The inner exception. |