C# Class NSubstitute.Exceptions.SubstituteInternalException

Inheritance: SubstituteException
Mostra file Open project: nsubstitute/NSubstitute

Public Methods

Method Description
SubstituteInternalException ( ) : System
SubstituteInternalException ( string message ) : System
SubstituteInternalException ( string message, Exception innerException ) : System

Protected Methods

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

Method Details

SubstituteInternalException() public method

public SubstituteInternalException ( ) : System
return System

SubstituteInternalException() protected method

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

SubstituteInternalException() public method

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

SubstituteInternalException() public method

public SubstituteInternalException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System