C# Class nSwagger.nSwaggerException

Inheritance: Exception
Show file Open project: rmaclean/nSwagger

Public Methods

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

Method Details

nSwaggerException() public method

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

nSwaggerException() public method

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