RpcException Constructor (Status) |
Creates a new RpcException associated with given status.
Namespace: Grpc.CoreAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.6.1.0
Syntaxpublic RpcException(
Status status
)
Public Sub New (
status As Status
)
public:
RpcException(
Status status
)
new :
status : Status -> RpcException
Parameters
- status
- Type: Grpc.CoreStatus
Resulting status of a call.
See Also