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
typeTypeBitmask<T> type parameter.
messagestringException's Message.
BitmaskTypeInitializationException(Type, string, Exception)
Creates a new BitmaskTypeInitializationException instance.
public BitmaskTypeInitializationException(Type type, string message, Exception innerException)
Parameters
typeTypeBitmask<T> type parameter.
messagestringException's Message.
innerExceptionExceptionException's InnerException.
Properties
Type
Bitmask<T> type parameter.
public Type Type { get; }