C# Class Qitar.Tenancy.TenancyException

Inheritance: Exception
Afficher le fichier Open project: Bullabs/Qitar

Méthodes publiques

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

Méthodes protégées

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

Method Details

TenancyException() public méthode

public TenancyException ( ) : System
Résultat System

TenancyException() protected méthode

protected TenancyException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

TenancyException() public méthode

public TenancyException ( string errorMessage ) : System
errorMessage string
Résultat System

TenancyException() public méthode

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