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

Inheritance: ChristianHelle.DeveloperTools.CodeGenerators.ApiClient.Core.Exceptions.RapicgenException
Show file Open project: christianhelle/apiclientcodegen

Public Methods

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

Protected Methods

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

Method Details

CustomToolException() public method

public CustomToolException ( ) : System
return System

CustomToolException() protected method

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

CustomToolException() public method

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

CustomToolException() public method

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