[This is preliminary documentation and is subject to change.]
Constructor that accept the prioroty, the message and the exception that is thrown
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
C# |
---|
public OCException( ExceptionType pr, string message, Exception e ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ pr As ExceptionType, _ message As String, _ e As Exception _ ) |
Visual C++ |
---|
public: OCException( ExceptionType pr, String^ message, Exception^ e ) |
Parameters
- pr
- Type: OfficeClip.Utils..::.ExceptionType
The Priority of the exception
- message
- Type: System..::.String
The message that is associated with this exception. This message is used to display the reason of the exeption to the user.
- e
- Type: System..::.Exception
the inner exception that is thrown