Click or drag to resize

InvalidOperationException Constructor (ExceptionSeverity, ErrorCode, String)

Initializes a new instance of the InvalidOperationException class

Namespace:  FileHold.Common
Assembly:  FileHold.Common (in FileHold.Common.dll) Version: 17.0.0.0
Syntax
C#
public InvalidOperationException(
	ExceptionSeverity exceptionSeverity,
	ErrorCode errorCode,
	string message = null
)

Parameters

exceptionSeverity
Type: FileHold.CommonExceptionSeverity
errorCode
Type: FileHold.CommonErrorCode
message (Optional)
Type: SystemString
See Also