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

Datei anzeigen Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
ServerFault System

Public Methods

Method Description
ServerFault ( String exceptionType, String message, String stackTrace ) : System

Private Methods

Method Description
ServerFault ( Exception exception ) : System

Method Details

ServerFault() public method

public ServerFault ( String exceptionType, String message, String stackTrace ) : System
exceptionType String
message String
stackTrace String
return System