ExceptionsGetExceptionType Method (Exception, String, String) |
Creates an new instance of ExceptionType (inheriting from MicaException).
Namespace:
MicaSystems.Utils
Assembly:
MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax public static ExceptionType Get<ExceptionType>(
Exception innerException,
string message = "",
params string[] messageParams
)
where ExceptionType : MicaException, IMicaException
Parameters
- innerException
- Type: SystemException
- message (Optional)
- Type: SystemString
- messageParams
- Type: SystemString
Type Parameters
- ExceptionType
Return Value
Type:
ExceptionTypeSee Also