C# Class NSubstitute.Exceptions.ReceivedCallsException

Inheritance: SubstituteException
Mostra file Open project: nsubstitute/NSubstitute Class Usage Examples

Public Methods

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

Protected Methods

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

Method Details

ReceivedCallsException() public method

public ReceivedCallsException ( ) : System
return System

ReceivedCallsException() protected method

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

ReceivedCallsException() public method

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

ReceivedCallsException() public method

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