C# Class WebQQ.Im.Core.QQException

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

Public Methods

Method Description
CreateException ( QQErrorCode errorCode ) : QQException
CreateException ( QQErrorCode errorCode, string msg ) : QQException
QQException ( Exception e ) : 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

CreateException() public static method

public static CreateException ( QQErrorCode errorCode ) : QQException
errorCode QQErrorCode
return QQException

CreateException() public static method

public static CreateException ( QQErrorCode errorCode, string msg ) : QQException
errorCode QQErrorCode
msg string
return QQException

QQException() public method

public QQException ( Exception e ) : System
e System.Exception
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