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
RequestResponse
public class InternalException : SdkException

Constructors

InternalException()

Initializes a new instance of the InternalException class.

Declaration
RequestResponse
public InternalException()

InternalException(SerializationInfo, StreamingContext)

Initializes a new instance of the InternalException class.

Declaration
RequestResponse
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
RequestResponse
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
RequestResponse
public InternalException(string message)
Parameters
TypeNameDescription
stringmessage

The message.

Do you have some feedback for us?

If you have suggestions for improving this article,