Generated by DocFX

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 Source

ArgumentBelowZeroException()

Initializes a new instance of the ArgumentBelowZeroException class.

Declaration
public ArgumentBelowZeroException()
View Source

ArgumentBelowZeroException(Exception)

Initializes a new instance of the ArgumentBelowZeroException class.

Declaration
public ArgumentBelowZeroException(Exception innerException)
Parameters
Type Name Description
Exception innerException

The inner exception.

View Source

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.

View Source

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.

View Source

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.

Extension Methods

Matrix.Replace<T>(T, Object, Object)
Matrix.IsEqual(Object, Object, Decimal, Decimal)
EntityBaseExtensions.HasProperty(Object, String)
ArrayExtensions.Concatenate<T>(T, T[])
CollectionExtensions.FromHierarchy<TSource>(TSource, Func<TSource, TSource>, Func<TSource, Boolean>)
CollectionExtensions.FromHierarchy<TSource>(TSource, Func<TSource, TSource>)
ObjectExtensions.Clone<T>(T)
ObjectExtensions.To<T>(Object)
ObjectExtensions.To(Object, Type)
ObjectExtensions.HasMethod(Object, String)
ObjectExtensions.AddressOf<T>(T)
ReflectionExtensions.GetIdentityValue<T>(T)
ReflectionExtensions.GetIdentityValue<T, TResult>(T)
ReflectionExtensions.GetIdentityProperty<T>(T)
ReflectionExtensions.HasIdentityProperty<T>(T)
ReflectionExtensions.GetPropertyValue<T, TResult>(T, String, TResult)
ReflectionExtensions.GetPropertyInfo<T, TValue>(T, Expression<Func<T, TValue>>)
ReflectionExtensions.GetTitleValue<T>(T)
ReflectionExtensions.HasParentIdentityProperty<T>(T)
ReflectionExtensions.GetParentIdentityProperty<T>(T)
ReflectionExtensions.IsFreeApplication<T>(T)