C# Class NServiceBus.AcceptanceTesting.SimulatedException

A dummy exception to be used in acceptance tests for easier differentiation from real exceptions.
Inheritance: System.Exception
Afficher le fichier Open project: Particular/NServiceBus

Méthodes publiques

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

Méthodes protégées

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

Method Details

SimulatedException() public méthode

public SimulatedException ( ) : System
Résultat System

SimulatedException() protected méthode

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

SimulatedException() public méthode

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

SimulatedException() public méthode

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