C# Class System.IO.Log.SequenceFullException

Inheritance: Exception
Show file Open project: mahasak/dotnet452

Public Methods

Method Description
SequenceFullException ( ) : System
SequenceFullException ( string message ) : System
SequenceFullException ( string message, Exception inner ) : System

Protected Methods

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

Method Details

SequenceFullException() public method

public SequenceFullException ( ) : System
return System

SequenceFullException() protected method

protected SequenceFullException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

SequenceFullException() public method

public SequenceFullException ( string message ) : System
message string
return System

SequenceFullException() public method

public SequenceFullException ( string message, Exception inner ) : System
message string
inner Exception
return System