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

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

Parameters

status
Type: Grpc.CoreStatus
Resulting status of a call.
See Also