Class InternalException
The exception that is thrown when an internal problem was detected. This should never be thrown, and most likely means there's a bug.
Namespace: StylelabsStylelabs.MSdkExceptions
Assembly: Stylelabs.M.Sdk.dll
Syntax
Constructors
InternalException()
Initializes a new instance of the InternalException class.
Declaration
InternalException(SerializationInfo, StreamingContext)
Initializes a new instance of the InternalException class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| SerializationInfo | serializationInfo |
The serialization info. |
| StreamingContext | streamingContext |
The streaming context. |
InternalException(string, Exception)
Initializes a new instance of the InternalException class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| string | message |
The message. |
| Exception | exception |
The exception. |
InternalException(string)
Initializes a new instance of the InternalException class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| string | message |
The message. |