FileHoldException(ExceptionSeverity, ErrorCode, String, Exception) Constructor

Initializes a new instance of the FileHoldException class

Definition

Namespace: FileHold.Common
Assembly: FileHold.Common (in FileHold.Common.dll) Version: 17.1.0.0
C#
public FileHoldException(
	ExceptionSeverity exceptionSeverity,
	ErrorCode errorCode,
	string message,
	Exception innerException
)

Parameters

exceptionSeverity  ExceptionSeverity
 
errorCode  ErrorCode
 
message  String
 
innerException  Exception
 

See Also