Sdílet prostřednictvím


ServiceJsonRpcDescriptor.ExceptionStrategy Property

Definition

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.

Applies to