C# Class Machine.Specifications.SpecificationException

Inheritance: System.Exception
Show file Open project: machine/machine.specifications

Public Methods

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

Protected Methods

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

Method Details

SpecificationException() public method

public SpecificationException ( ) : System
return System

SpecificationException() protected method

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

SpecificationException() public method

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

SpecificationException() public method

public SpecificationException ( string message, Exception inner ) : System
message string
inner System.Exception
return System