Table of Contents

Class InternalStateCorruptedException

Namespace
CarinaStudio
Assembly
CarinaStudio.AppBase.Core.dll

Exception indicate that internal state is corrupted.

public class InternalStateCorruptedException : Exception, ISerializable
Inheritance
InternalStateCorruptedException
Implements
Inherited Members
Extension Methods

Constructors

InternalStateCorruptedException()

Initialize new InternalStateCorruptedException instance.

public InternalStateCorruptedException()

InternalStateCorruptedException(string?)

Initialize new InternalStateCorruptedException instance.

public InternalStateCorruptedException(string? message)

Parameters

message string

Message.

InternalStateCorruptedException(string?, Exception)

Initialize new InternalStateCorruptedException instance.

public InternalStateCorruptedException(string? message, Exception innerException)

Parameters

message string

Message.

innerException Exception

Inner exception.