TechTalk Genome v4.2

LockingException Constructor 

Initializes a new LockingException instance with serialized data.

protected LockingException(
   SerializationInfo info,
   StreamingContext context
);

Remarks

This constructor is called during deserialization to reconstitute the exception object transmitted over a stream.

Requirements

Namespace: TechTalk.Genome

Assembly: TechTalk.Genome (in TechTalk.Genome.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

LockingException Class | TechTalk.Genome Namespace