Class ArgumentBelowZeroException
Class ArgumentBelowZeroException.
Implements the
Inheritance
System.Object
ArgumentBelowZeroException
Namespace: ISynergy.Framework.Core.Exceptions
Assembly: ISynergy.Framework.Core.dll
Syntax
public class ArgumentBelowZeroException : ArgumentOutOfRangeException
Constructors
View SourceArgumentBelowZeroException()
Initializes a new instance of the ArgumentBelowZeroException class.
Declaration
public ArgumentBelowZeroException()
ArgumentBelowZeroException(Exception)
Initializes a new instance of the ArgumentBelowZeroException class.
Declaration
public ArgumentBelowZeroException(Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
Exception | innerException | The inner exception. |
ArgumentBelowZeroException(String)
Initializes a new instance of the ArgumentBelowZeroException class.
Declaration
public ArgumentBelowZeroException(string paramName)
Parameters
Type | Name | Description |
---|---|---|
System.String | paramName | The name of the parameter that causes this exception. |
ArgumentBelowZeroException(String, Exception)
Initializes a new instance of the ArgumentBelowZeroException class.
Declaration
public ArgumentBelowZeroException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message. |
Exception | innerException | The inner exception. |
ArgumentBelowZeroException(String, Object)
Initializes a new instance of the ArgumentBelowZeroException class.
Declaration
public ArgumentBelowZeroException(string paramName, object actualValue)
Parameters
Type | Name | Description |
---|---|---|
System.String | paramName | Name of the parameter. |
System.Object | actualValue | The actual value. |