C# Class FluentTc.Exceptions.BuildNotFoundException

Inheritance: System.Exception
Afficher le fichier Open project: QualiSystems/FluentTc

Méthodes publiques

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

Méthodes protégées

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

Method Details

BuildNotFoundException() public méthode

public BuildNotFoundException ( ) : System
Résultat System

BuildNotFoundException() protected méthode

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

BuildNotFoundException() public méthode

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

BuildNotFoundException() public méthode

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