C# Class Oss.OssException

Inheritance: ServiceException
Mostra file Open project: zhongleiyang/OssSDK-.net-4.5

Public Methods

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

Protected Methods

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

Private Methods

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

Method Details

OssException() public method

public OssException ( ) : System
return System

OssException() protected method

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

OssException() public method

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

OssException() public method

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