Class GrpcServiceException
Thrown by EnsureSuccess(GrpcError) for non-null errors.
Namespace: Neon.Kube.GrpcProto
Assembly: Neon.Kube.GrpcProto.dll
Syntax
public class GrpcServiceException : Exception
Constructors
GrpcServiceException(string, Exception?)
Constructor.
Declaration
public GrpcServiceException(string message, Exception? innerException = null)
Parameters
Type | Name | Description |
---|---|---|
string | message | The exception message. |
Exception | innerException | Optionally specifies an inner exception. |