C# Class Subtext.Framework.Threading.UndisposedLockException

Inheritance: System.Exception, ISerializable
Datei anzeigen Open project: ayende/Subtext

Public Methods

Method Description
UndisposedLockException ( string message ) : System

Constructor.

Protected Methods

Method Description
UndisposedLockException ( SerializationInfo info, StreamingContext context ) : System

Special constructor used for deserialization.

Method Details

UndisposedLockException() protected method

Special constructor used for deserialization.
protected UndisposedLockException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

UndisposedLockException() public method

Constructor.
public UndisposedLockException ( string message ) : System
message string
return System