1. Stylelabs.M.Sdk.Exceptions

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

SdkException

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
SerializationInfoserializationInfoThe serialization info.
StreamingContextstreamingContextThe streaming context.

InternalException(string, Exception)

Initializes a new instance of the InternalException class.

Declaration

public InternalException(string message, Exception exception)

Parameters

TypeNameDescription
stringmessageThe message.
ExceptionexceptionThe exception.

InternalException(string)

Initializes a new instance of the InternalException class.

Declaration

public InternalException(string message)

Parameters

TypeNameDescription
stringmessageThe message.
If you have suggestions for improving this article, let us know!