The exception that is thrown when an internal problem was detected.
This should never be thrown, and most likely means there's a bug.
Inheritance
System.Object
InternalException
Assembly: Stylelabs.M.Sdk.dll
Syntax
public class InternalException : SdkException
InternalException()
Declaration
public InternalException()
InternalException(SerializationInfo, StreamingContext)
Declaration
protected InternalException(SerializationInfo serializationInfo, StreamingContext streamingContext)
Parameters
Type |
Name |
Description |
SerializationInfo |
serializationInfo |
|
StreamingContext |
streamingContext |
|
InternalException(String)
Declaration
public InternalException(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
InternalException(String, Exception)
Declaration
public InternalException(string message, Exception exception)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Exception |
exception |
|