Show / Hide Table of Contents

Class PropNullOrEmptyException

Represents errors that occur when a required property is null or empty.

Inheritance
System.Object
System.Exception
PropNullOrEmptyException
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 PropNullOrEmptyException : Exception, ISerializable, _Exception

Constructors

PropNullOrEmptyException()

Initializes a new instance of the class.

Declaration
public PropNullOrEmptyException()

PropNullOrEmptyException(String)

Initializes a new instance of the class.

Declaration
public PropNullOrEmptyException(string propName)
Parameters
Type Name Description
System.String propName

The name of the parameter that caused the current exception.

PropNullOrEmptyException(String, Exception)

Initializes a new instance of the class.

Declaration
public PropNullOrEmptyException(string propName, Exception innerException)
Parameters
Type Name Description
System.String propName

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
In This Article
Back to top Generated by DocFX