C# Class SnipeSharp.Exceptions.RequiredValueIsNullException

Inheritance: Exception
Datei anzeigen Open project: grimstoner/SnipeSniff

Public Methods

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

Protected Methods

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

Method Details

RequiredValueIsNullException() public method

public RequiredValueIsNullException ( ) : System
return System

RequiredValueIsNullException() protected method

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

RequiredValueIsNullException() public method

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

RequiredValueIsNullException() public method

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