Class MinimunSubceededException
Represents errors that occur when a minimum value is subceeded.
Inheritance
System.Object
System.Exception
MinimunSubceededException
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Celerik.NetCore.Util
Assembly: cs.temp.dll.dll
Syntax
public class MinimunSubceededException : Exception, ISerializable, _Exception
Constructors
MinimunSubceededException()
Initializes a new instance of the class.
Declaration
public MinimunSubceededException()
MinimunSubceededException(String)
Initializes a new instance of the class.
Declaration
public MinimunSubceededException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message that describes the error. |
MinimunSubceededException(String, Exception)
Initializes a new instance of the class.
Declaration
public MinimunSubceededException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message that describes the error. |
System.Exception | innerException | The exception that is the cause of the current exception, or a null reference if no inner exception is specified. |
MinimunSubceededException(String, Object, Object)
Initializes a new instance of the class.
Declaration
public MinimunSubceededException(string paramName, object minimun, object actual)
Parameters
Type | Name | Description |
---|---|---|
System.String | paramName | The name of the parameter that caused the current exception. |
System.Object | minimun | The minimum value allowed. |
System.Object | actual | The actual value. |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception