DoubleWriteLockException Constructor

TinyEcs

DoubleWriteLockException Constructor

[This is preliminary documentation and is subject to change.]

Overload List
  NameDescription
Public methodDoubleWriteLockException
Initializes a new instance of the Exception class.
Public methodDoubleWriteLockException(String)
Initializes a new instance of the Exception class with a specified error message.
Protected methodDoubleWriteLockException(SerializationInfo, StreamingContext)
Initializes a new instance of the Exception class with serialized data.
Public methodDoubleWriteLockException(String, Exception)
Initializes a new instance of the Exception class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also