C# Class SnipeSharp.Exceptions.InvalidCategoryTypeException

Inheritance: Exception
Datei anzeigen Open project: grimstoner/SnipeSniff

Public Methods

Method Description
InvalidCategoryTypeException ( ) : System
InvalidCategoryTypeException ( string message ) : System
InvalidCategoryTypeException ( string message, Exception innerException ) : System

Protected Methods

Method Description
InvalidCategoryTypeException ( SerializationInfo info, StreamingContext context ) : System

Method Details

InvalidCategoryTypeException() public method

public InvalidCategoryTypeException ( ) : System
return System

InvalidCategoryTypeException() protected method

protected InvalidCategoryTypeException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

InvalidCategoryTypeException() public method

public InvalidCategoryTypeException ( string message ) : System
message string
return System

InvalidCategoryTypeException() public method

public InvalidCategoryTypeException ( string message, Exception innerException ) : System
message string
innerException Exception
return System