Class MaximumExceededException
Represents errors that occur when a maximum value is exceeded.
Inheritance
System.Object
System.Exception
MaximumExceededException
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 MaximumExceededException : Exception, ISerializable, _Exception
Constructors
MaximumExceededException()
Initializes a new instance of the class.
Declaration
public MaximumExceededException()
MaximumExceededException(String)
Initializes a new instance of the class.
Declaration
public MaximumExceededException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message that describes the error. |
MaximumExceededException(String, Exception)
Initializes a new instance of the class.
Declaration
public MaximumExceededException(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. |
MaximumExceededException(String, Object, Object)
Initializes a new instance of the class.
Declaration
public MaximumExceededException(string paramName, object maximum, object actual)
Parameters
Type | Name | Description |
---|---|---|
System.String | paramName | The name of the parameter that caused the current exception. |
System.Object | maximum | The maximum value allowed. |
System.Object | actual | The actual value. |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception