C# Class Onshape.Api.Client.OnshapeClientException

Inheritance: System.Exception
Afficher le fichier Open project: onshape-public/app-windows-sample

Méthodes publiques

Méthode Description
OnshapeClientException ( ) : System
OnshapeClientException ( string message ) : System
OnshapeClientException ( string message, Exception inner ) : System

Method Details

OnshapeClientException() public méthode

public OnshapeClientException ( ) : System
Résultat System

OnshapeClientException() public méthode

public OnshapeClientException ( string message ) : System
message string
Résultat System

OnshapeClientException() public méthode

public OnshapeClientException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System