C# Class System.ServiceModel.QuotaExceededException

Inheritance: Exception
Afficher le fichier Open project: mahasak/dotnet452 Class Usage Examples

Méthodes publiques

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

Méthodes protégées

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

Method Details

QuotaExceededException() public méthode

public QuotaExceededException ( ) : System
Résultat System

QuotaExceededException() protected méthode

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

QuotaExceededException() public méthode

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

QuotaExceededException() public méthode

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