Click or drag to resize

ArgumentException Constructor (ErrorCode, String)

Initializes a new instance of the ArgumentException class

Namespace:  FileHold.Common
Assembly:  FileHold.Common (in FileHold.Common.dll) Version: 17.0.0.0
Syntax
C#
public ArgumentException(
	ErrorCode errorCode,
	string message
)

Parameters

errorCode
Type: FileHold.CommonErrorCode
message
Type: SystemString
See Also