Click or drag to resize
RpcException Constructor (Status, String)
Creates a new RpcException associated with given status and message.

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.6.1.0
Syntax
public RpcException(
	Status status,
	string message
)

Parameters

status
Type: Grpc.CoreStatus
Resulting status of a call.
message
Type: SystemString
The exception message.
See Also