C# Class CodeValue.CodeCommander.Exceptions.CommandTimeoutException

Inheritance: System.Exception
Afficher le fichier Open project: arielbh/CodeCommander

Méthodes publiques

Méthode Description
CommandTimeoutException ( ) : System
CommandTimeoutException ( SerializationInfo info, StreamingContext context ) : System
CommandTimeoutException ( string message ) : System
CommandTimeoutException ( string message, CommandState state ) : System
CommandTimeoutException ( string message, Exception innerException ) : System

Method Details

CommandTimeoutException() public méthode

public CommandTimeoutException ( ) : System
Résultat System

CommandTimeoutException() public méthode

public CommandTimeoutException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

CommandTimeoutException() public méthode

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

CommandTimeoutException() public méthode

public CommandTimeoutException ( string message, CommandState state ) : System
message string
state CommandState
Résultat System

CommandTimeoutException() public méthode

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