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

Inheritance: ChristianHelle.DeveloperTools.CodeGenerators.ApiClient.Core.Exceptions.RapicgenException
Datei anzeigen Open project: christianhelle/apiclientcodegen

Public Methods

Method Description
CustomToolCommandException ( ) : System
CustomToolCommandException ( string message ) : System
CustomToolCommandException ( string message, Exception inner ) : System

Protected Methods

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

Method Details

CustomToolCommandException() public method

public CustomToolCommandException ( ) : System
return System

CustomToolCommandException() protected method

protected CustomToolCommandException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

CustomToolCommandException() public method

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

CustomToolCommandException() public method

public CustomToolCommandException ( string message, Exception inner ) : System
message string
inner Exception
return System