ServiceJsonRpcDescriptor.ExceptionStrategy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the way exceptions are communicated from the service to the client. This is set on the ExceptionStrategy property when the JsonRpc instance is created.
public:
property StreamJsonRpc::ExceptionProcessing ExceptionStrategy { StreamJsonRpc::ExceptionProcessing get(); };
public StreamJsonRpc.ExceptionProcessing ExceptionStrategy { get; }
member this.ExceptionStrategy : StreamJsonRpc.ExceptionProcessing
Public ReadOnly Property ExceptionStrategy As ExceptionProcessing
Property Value
The default value is CommonErrorData.