C# Class NSubstitute.Exceptions.CannotCreateEventArgsException

Inheritance: SubstituteException
Mostra file Open project: nsubstitute/NSubstitute

Public Methods

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

Protected Methods

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

Method Details

CannotCreateEventArgsException() public method

public CannotCreateEventArgsException ( ) : System
return System

CannotCreateEventArgsException() protected method

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

CannotCreateEventArgsException() public method

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

CannotCreateEventArgsException() public method

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