C# Class OpenTween.TabException

Inheritance: System.Exception
Afficher le fichier Open project: opentween/OpenTween

Méthodes publiques

Méthode Description
TabException ( ) : System
TabException ( string message ) : System
TabException ( string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
TabException ( SerializationInfo info, StreamingContext context ) : System

Method Details

TabException() public méthode

public TabException ( ) : System
Résultat System

TabException() protected méthode

protected TabException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

TabException() public méthode

public TabException ( string message ) : System
message string
Résultat System

TabException() public méthode

public TabException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System