C# Class Oss.OssException

Inheritance: ServiceException
Afficher le fichier Open project: zhongleiyang/OssSDK-.net-4.5

Méthodes publiques

Méthode Description
OssException ( ) : System
OssException ( string message ) : System
OssException ( string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
OssException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

OssException() public méthode

public OssException ( ) : System
Résultat System

OssException() protected méthode

protected OssException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

OssException() public méthode

public OssException ( string message ) : System
message string
Résultat System

OssException() public méthode

public OssException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System