C# Класс Onshape.Api.Client.OnshapeClientException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
OnshapeClientException ( ) : System
OnshapeClientException ( string message ) : System
OnshapeClientException ( string message, Exception inner ) : System

Описание методов

OnshapeClientException() публичный Метод

public OnshapeClientException ( ) : System
Результат System

OnshapeClientException() публичный Метод

public OnshapeClientException ( string message ) : System
message string
Результат System

OnshapeClientException() публичный Метод

public OnshapeClientException ( string message, Exception inner ) : System
message string
inner System.Exception
Результат System