C# Class System.Runtime.Serialization.Formatters.ServerFault

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
ServerFault System

Méthodes publiques

Méthode Description
ServerFault ( String exceptionType, String message, String stackTrace ) : System

Private Methods

Méthode Description
ServerFault ( Exception exception ) : System

Method Details

ServerFault() public méthode

public ServerFault ( String exceptionType, String message, String stackTrace ) : System
exceptionType String
message String
stackTrace String
Résultat System