ArgumentException Class

Definition

Namespace: FileHold.Common
Assembly: FileHold.Common (in FileHold.Common.dll) Version: 17.1.0.0
C#
public class ArgumentException : FileHoldException
Inheritance
Object    Exception    FileHoldException    ArgumentException

Constructors

ArgumentException(ErrorCode)Initializes a new instance of the ArgumentException class
ArgumentException(String)Initializes a new instance of the ArgumentException class
ArgumentException(ErrorCode, String)Initializes a new instance of the ArgumentException class
ArgumentException(ExceptionSeverity, String)Initializes a new instance of the ArgumentException class
ArgumentException(ExceptionSeverity, ErrorCode, String)Initializes a new instance of the ArgumentException class

Properties

Methods

Fields

Extension Methods

See Also