C# Class CodicExtension.Model.ApiException

Inheritance: System.Exception
Show file Open project: codic-project/codic-vs-extension

Private Properties

Property Type Description

Public Methods

Method Description
ApiException ( int code, String message ) : System

Method Details

ApiException() public method

public ApiException ( int code, String message ) : System
code int
message String
return System