C# Class iQQ.Net.WebQQCore.Im.QQException

Inheritance: System.Exception
Mostrar archivo Open project: huoshan12345/iQQ.Net

Public Methods

Method Description
QQException ( Exception e ) : System
QQException ( QQErrorCode errorCode ) : System
QQException ( QQErrorCode errorCode, Exception e ) : System
QQException ( QQErrorCode errorCode, string msg ) : System
ToSimpleString ( ) : string
ToString ( ) : string

Private Methods

Method Description
GetErrorCode ( Exception e ) : QQErrorCode

Method Details

QQException() public method

public QQException ( Exception e ) : System
e System.Exception
return System

QQException() public method

public QQException ( QQErrorCode errorCode ) : System
errorCode QQErrorCode
return System

QQException() public method

public QQException ( QQErrorCode errorCode, Exception e ) : System
errorCode QQErrorCode
e System.Exception
return System

QQException() public method

public QQException ( QQErrorCode errorCode, string msg ) : System
errorCode QQErrorCode
msg string
return System

ToSimpleString() public method

public ToSimpleString ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string