C# Class Oss.ServiceException

Inheritance: System.Exception
Datei anzeigen Open project: zhongleiyang/OssSDK-.net-4.5

Public Methods

Method Description
ServiceException ( ) : System
ServiceException ( string message ) : System
ServiceException ( string message, Exception innerException ) : System

Protected Methods

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

Private Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

ServiceException() public method

public ServiceException ( ) : System
return System

ServiceException() protected method

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

ServiceException() public method

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

ServiceException() public method

public ServiceException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System