C# Class DBus.BusException

Inheritance: System.Exception
Exibir arquivo Open project: brookpatten/dbus-sharp Class Usage Examples

Public Properties

Property Type Description
ErrorMessage string
ErrorName string

Public Methods

Method Description
BusException ( string errorName, string errorMessage ) : System

Method Details

BusException() public method

public BusException ( string errorName, string errorMessage ) : System
errorName string
errorMessage string
return System

Property Details

ErrorMessage public_oe property

public string ErrorMessage
return string

ErrorName public_oe property

public string ErrorName
return string