Click or drag to resize

ExceptionsGetOperationFailedException Method (String)

Create a generic exception thrown when an operation failed.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static OperationFailedException GetOperationFailedException(
	string message
)

Parameters

message
Type: SystemString

Return Value

Type: OperationFailedException
See Also