C# Class ISynergy.Framework.Core.Exceptions.ArgumentBelowZeroException

Inheritance: ArgumentOutOfRangeException
Mostra file Open project: I-Synergy/I-Synergy.Framework

Public Methods

Method Description
ArgumentBelowZeroException ( ) : System

Initializes a new instance of the ArgumentBelowZeroException class.

ArgumentBelowZeroException ( Exception innerException ) : System

Initializes a new instance of the ArgumentBelowZeroException class.

ArgumentBelowZeroException ( string paramName ) : System

Initializes a new instance of the ArgumentBelowZeroException class.

ArgumentBelowZeroException ( string message, Exception innerException ) : System

Initializes a new instance of the ArgumentBelowZeroException class.

ArgumentBelowZeroException ( string paramName, object actualValue ) : System

Initializes a new instance of the ArgumentBelowZeroException class.

Protected Methods

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

Initializes a new instance of the ArgumentBelowZeroException class.

Method Details

ArgumentBelowZeroException() public method

Initializes a new instance of the ArgumentBelowZeroException class.
public ArgumentBelowZeroException ( ) : System
return System

ArgumentBelowZeroException() public method

Initializes a new instance of the ArgumentBelowZeroException class.
public ArgumentBelowZeroException ( Exception innerException ) : System
innerException Exception The inner exception.
return System

ArgumentBelowZeroException() protected method

Initializes a new instance of the ArgumentBelowZeroException class.
protected ArgumentBelowZeroException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo The object that holds the serialized object data.
context StreamingContext An object that describes the source or destination of the serialized data.
return System

ArgumentBelowZeroException() public method

Initializes a new instance of the ArgumentBelowZeroException class.
public ArgumentBelowZeroException ( string paramName ) : System
paramName string The name of the parameter that causes this exception.
return System

ArgumentBelowZeroException() public method

Initializes a new instance of the ArgumentBelowZeroException class.
public ArgumentBelowZeroException ( string message, Exception innerException ) : System
message string The message.
innerException Exception The inner exception.
return System

ArgumentBelowZeroException() public method

Initializes a new instance of the ArgumentBelowZeroException class.
public ArgumentBelowZeroException ( string paramName, object actualValue ) : System
paramName string Name of the parameter.
actualValue object The actual value.
return System