C# Class Sarcasm.Unparsing.NonCalculatedException

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

Public Methods

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

Protected Methods

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

Method Details

NonCalculatedException() public method

public NonCalculatedException ( ) : System
return System

NonCalculatedException() protected method

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

NonCalculatedException() public method

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