C# Class Sarcasm.Unparsing.UnparseException

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

Public Methods

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

Protected Methods

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

Method Details

UnparseException() public method

public UnparseException ( ) : System
return System

UnparseException() protected method

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

UnparseException() public method

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