Class BitmaskTypeInitializationException
- Namespace
- LfrlAnvil.Exceptions
- Assembly
- LfrlAnvil.Core.dll
Represents an error that occurred during closed Bitmask<T> type initialization.
public class BitmaskTypeInitializationException : InvalidOperationException, ISerializable
- Inheritance
-
BitmaskTypeInitializationException
- Implements
- Inherited Members
- Extension Methods
Constructors
BitmaskTypeInitializationException(Type, string)
Creates a new BitmaskTypeInitializationException instance.
public BitmaskTypeInitializationException(Type type, string message)
Parameters
type
TypeBitmask<T> type parameter.
message
stringException's Message.
BitmaskTypeInitializationException(Type, string, Exception)
Creates a new BitmaskTypeInitializationException instance.
public BitmaskTypeInitializationException(Type type, string message, Exception innerException)
Parameters
type
TypeBitmask<T> type parameter.
message
stringException's Message.
innerException
ExceptionException's InnerException.
Properties
Type
Bitmask<T> type parameter.
public Type Type { get; }