C# Class SnipeSharp.Exceptions.RequiredValueIsNullException

Inheritance: Exception
Afficher le fichier Open project: grimstoner/SnipeSniff

Méthodes publiques

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

Méthodes protégées

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

Method Details

RequiredValueIsNullException() public méthode

public RequiredValueIsNullException ( ) : System
Résultat System

RequiredValueIsNullException() protected méthode

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

RequiredValueIsNullException() public méthode

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

RequiredValueIsNullException() public méthode

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