Class AssimpException
AssimpNet general exception.
Implements
Inherited Members
Namespace: SharpAssimp
Assembly: SharpAssimp.dll
Syntax
public class AssimpException : Exception, ISerializable
Constructors
| Edit this page View SourceAssimpException()
Initializes a new instance of the AssimpException class.
Declaration
public AssimpException()
AssimpException(string)
Initializes a new instance of the AssimpException class.
Declaration
public AssimpException(string msg)
Parameters
Type | Name | Description |
---|---|---|
string | msg | The error message. |
AssimpException(string, Exception)
Initializes a new instance of the AssimpException class.
Declaration
public AssimpException(string msg, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | msg | The error message |
Exception | innerException | The inner exception. |
AssimpException(string, string)
Initializes a new instance of the AssimpException class.
Declaration
public AssimpException(string paramName, string msg)
Parameters
Type | Name | Description |
---|---|---|
string | paramName | Name of the param. |
string | msg | The error message. |