C# Class GSF.ServiceModel.JsonFault

ファイルを表示 Open project: GridProtectionAlliance/gsf

Private Properties

Property Type Description

Public Methods

Method Description
JsonFault ( Exception ex ) : System

Creates a new JsonFault from an existing Exception.

Method Details

JsonFault() public method

Creates a new JsonFault from an existing Exception.
public JsonFault ( Exception ex ) : System
ex System.Exception Source exception.
return System