C# Class Gwupe.Cloud.Exceptions.RemoteException

Inheritance: System.Exception
Show file Open project: gwupe/Gwupe

Public Properties

Property Type Description
ErrorCode String

Public Methods

Method Description
RemoteException ( String message, String errorCode ) : System

Method Details

RemoteException() public method

public RemoteException ( String message, String errorCode ) : System
message String
errorCode String
return System

Property Details

ErrorCode public property

public String ErrorCode
return String