C# Class OpenTween.TabException

Inheritance: System.Exception
显示文件 Open project: opentween/OpenTween

Public Methods

Method Description
TabException ( ) : System
TabException ( string message ) : System
TabException ( string message, Exception innerException ) : System

Protected Methods

Method Description
TabException ( SerializationInfo info, StreamingContext context ) : System

Method Details

TabException() public method

public TabException ( ) : System
return System

TabException() protected method

protected TabException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

TabException() public method

public TabException ( string message ) : System
message string
return System

TabException() public method

public TabException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System