C# Class Sarcasm.Unparsing.ThrownOutException

Inheritance: System.Exception
Mostra file Open project: davidnemeti/Sarcasm

Public Methods

Method Description
ThrownOutException ( ) : System
ThrownOutException ( string message ) : System

Protected Methods

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

Method Details

ThrownOutException() public method

public ThrownOutException ( ) : System
return System

ThrownOutException() protected method

protected ThrownOutException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

ThrownOutException() public method

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