C# Class NSubstitute.Exceptions.CannotCreateEventArgsException

Inheritance: SubstituteException
Afficher le fichier Open project: nsubstitute/NSubstitute

Méthodes publiques

Méthode Description
CannotCreateEventArgsException ( ) : System
CannotCreateEventArgsException ( string message ) : System
CannotCreateEventArgsException ( string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
CannotCreateEventArgsException ( SerializationInfo info, StreamingContext context ) : System

Method Details

CannotCreateEventArgsException() public méthode

public CannotCreateEventArgsException ( ) : System
Résultat System

CannotCreateEventArgsException() protected méthode

protected CannotCreateEventArgsException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

CannotCreateEventArgsException() public méthode

public CannotCreateEventArgsException ( string message ) : System
message string
Résultat System

CannotCreateEventArgsException() public méthode

public CannotCreateEventArgsException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System