C# Class FlexiWebSDK.FXException.FxApiException

Inheritance: System.Exception
显示文件 Open project: FlexiDB/PublicCSharpLib

Public Methods

Method Description
FxApiException ( ) : System
FxApiException ( string message ) : System
FxApiException ( string message, Exception exception ) : System

Protected Methods

Method Description
FxApiException ( SerializationInfo info, StreamingContext context ) : System

Method Details

FxApiException() public method

public FxApiException ( ) : System
return System

FxApiException() protected method

protected FxApiException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

FxApiException() public method

public FxApiException ( string message ) : System
message string
return System

FxApiException() public method

public FxApiException ( string message, Exception exception ) : System
message string
exception System.Exception
return System