C# Class ChristianHelle.DeveloperTools.CodeGenerators.ApiClient.Core.Exceptions.CustomToolCommandException

Inheritance: ChristianHelle.DeveloperTools.CodeGenerators.ApiClient.Core.Exceptions.RapicgenException
Afficher le fichier Open project: christianhelle/apiclientcodegen

Méthodes publiques

Méthode Description
CustomToolCommandException ( ) : System
CustomToolCommandException ( string message ) : System
CustomToolCommandException ( string message, Exception inner ) : System

Méthodes protégées

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

Method Details

CustomToolCommandException() public méthode

public CustomToolCommandException ( ) : System
Résultat System

CustomToolCommandException() protected méthode

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

CustomToolCommandException() public méthode

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

CustomToolCommandException() public méthode

public CustomToolCommandException ( string message, Exception inner ) : System
message string
inner Exception
Résultat System