Model.RpcException.RpcException C# (CSharp) Méthode

RpcException() public méthode

public RpcException ( int error, string message ) : System
error int
message string
Résultat System
		public RpcException(int error, string message) : base($"Error: {error} Message: {message}")
		{
			this.Error = error;
		}

Same methods

RpcException::RpcException ( int error, string message, Exception e ) : System
RpcException