Class ArgumentNullOrEmptyException
Represents errors that occur when a required argument is null or empty.
Inheritance
System.Object
System.Exception
System.SystemException
System.ArgumentException
ArgumentNullOrEmptyException
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Inherited Members
System.ArgumentException.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.ArgumentException.Message
System.ArgumentException.ParamName
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetType()
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 ArgumentNullOrEmptyException : ArgumentException, ISerializable, _Exception
Constructors
ArgumentNullOrEmptyException()
Initializes a new instance of the class.
Declaration
public ArgumentNullOrEmptyException()
ArgumentNullOrEmptyException(String)
Initializes a new instance of the class.
Declaration
public ArgumentNullOrEmptyException(string paramName)
Parameters
Type | Name | Description |
---|---|---|
System.String | paramName | The name of the parameter that caused the current exception. |
ArgumentNullOrEmptyException(String, Exception)
Initializes a new instance of the class.
Declaration
public ArgumentNullOrEmptyException(string paramName, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | paramName | The name of the parameter that caused the current exception. |
System.Exception | innerException | The exception that is the cause of the current exception, or a null reference if no inner exception is specified. |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception