C# Class XmlRpc_Wrapper.XmlRpcException

Inheritance: System.Exception
Mostrar archivo Open project: uml-robotics/ROS.NET

Public Methods

Method Description
XmlRpcException ( string msg, int errCode = -1 ) : System
getCode ( ) : int

Method Details

XmlRpcException() public method

public XmlRpcException ( string msg, int errCode = -1 ) : System
msg string
errCode int
return System

getCode() public method

public getCode ( ) : int
return int