C# Class MindTouch.Clacks.Client.ClacksClientException

Inheritance: System.Exception
Afficher le fichier Open project: MindTouch/MindTouch.Clacks

Méthodes protégées

Méthode Description
ClacksClientException ( ) : System
ClacksClientException ( string message ) : System
ClacksClientException ( string message, Exception exception ) : System

Method Details

ClacksClientException() protected méthode

protected ClacksClientException ( ) : System
Résultat System

ClacksClientException() protected méthode

protected ClacksClientException ( string message ) : System
message string
Résultat System

ClacksClientException() protected méthode

protected ClacksClientException ( string message, Exception exception ) : System
message string
exception System.Exception
Résultat System