1. InternalException

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.

Inheritance
object
InternalException
Namespace: StylelabsStylelabs.MSdkExceptions
Assembly: Stylelabs.M.Sdk.dll
Syntax
public class InternalException : SdkException

Constructors

InternalException()

Initializes a new instance of the InternalException class.

Declaration
public InternalException()

InternalException(SerializationInfo, StreamingContext)

Initializes a new instance of the InternalException class.

Declaration
protected InternalException(SerializationInfo serializationInfo, StreamingContext streamingContext)
Parameters
TypeNameDescription
SerializationInfoserializationInfo

The serialization info.

StreamingContextstreamingContext

The streaming context.

InternalException(string, Exception)

Initializes a new instance of the InternalException class.

Declaration
public InternalException(string message, Exception exception)
Parameters
TypeNameDescription
stringmessage

The message.

Exceptionexception

The exception.

InternalException(string)

Initializes a new instance of the InternalException class.

Declaration
public InternalException(string message)
Parameters
TypeNameDescription
stringmessage

The message.

If you have suggestions for improving this article, let us know!