ExceptionsGetOperationFailedException Method (Exception, String) |
Creates a new OperationFailedException with a formatted message.
Namespace:
MicaSystems.Utils
Assembly:
MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax public static OperationFailedException GetOperationFailedException(
Exception innerException,
params string[] messageParts
)
Parameters
- innerException
- Type: SystemException
- messageParts
- Type: SystemString
Return Value
Type:
OperationFailedExceptionOperationFailedException
See Also