Initializes a new instance of the class.
Namespace:
Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in
microsoft.rtc.collaboration.dll)
Syntax
|
Public Sub New ( _
message As String, _
innerException As Exception, _
failureReason As OperationFailureReason _
)
|
|
public OperationFailureException (
string message,
Exception innerException,
OperationFailureReason failureReason
)
|
Parameters
- message
-
The error message that explains the reason for the
exception.
- innerException
-
The exception that is the cause of the current exception. If the
innerException parameter is not a null reference
(Nothing in Visual Basic), the current exception is raised in a
catch block that handles the inner exception.
- failureReason
-
The reason for the failure of the operation.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server
2003, Windows Vista Ultimate Edition, Windows Vista Business
Edition, Windows Vista Enterprise Edition
Target Platforms
See Also