RpcRaiseException function
Use the RpcRaiseException function to raise an exception. The function does not return to the caller.
Syntax
void RPC_ENTRY RpcRaiseException(
RPC_STATUS Exception
);
Parameters
- Exception
-
Exception code for the exception.
Return value
This function does not return a value.
Remarks
RpcRaiseException raises an exception. The exception handler can then handle the exception. For more information about handling exceptions, see Making RPC Function Calls.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also