C# Class Subtext.Framework.Threading.UndisposedLockException

Inheritance: System.Exception, ISerializable
Afficher le fichier Open project: ayende/Subtext

Méthodes publiques

Méthode Description
UndisposedLockException ( string message ) : System

Constructor.

Méthodes protégées

Méthode Description
UndisposedLockException ( SerializationInfo info, StreamingContext context ) : System

Special constructor used for deserialization.

Method Details

UndisposedLockException() protected méthode

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

UndisposedLockException() public méthode

Constructor.
public UndisposedLockException ( string message ) : System
message string
Résultat System