C# Class BotCore.Types.WalkingException

Inheritance: Exception
Afficher le fichier Open project: wren11/ETDA

Méthodes publiques

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

Méthodes protégées

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

Method Details

WalkingException() public méthode

public WalkingException ( ) : System
Résultat System

WalkingException() protected méthode

protected WalkingException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

WalkingException() public méthode

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

WalkingException() public méthode

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