C# Class SnipeSharp.Exceptions.InvalidCategoryTypeException

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

InvalidCategoryTypeException() public méthode

public InvalidCategoryTypeException ( ) : System
Résultat System

InvalidCategoryTypeException() protected méthode

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

InvalidCategoryTypeException() public méthode

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

InvalidCategoryTypeException() public méthode

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