Table of Contents

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 Type

Bitmask<T> type parameter.

message string

Exception's Message.

BitmaskTypeInitializationException(Type, string, Exception)

Creates a new BitmaskTypeInitializationException instance.

public BitmaskTypeInitializationException(Type type, string message, Exception innerException)

Parameters

type Type

Bitmask<T> type parameter.

message string

Exception's Message.

innerException Exception

Exception's InnerException.

Properties

Type

Bitmask<T> type parameter.

public Type Type { get; }

Property Value

Type