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
messagestringMessage.
InternalStateCorruptedException(string?, Exception)
Initialize new InternalStateCorruptedException instance.
public InternalStateCorruptedException(string? message, Exception innerException)