C# Class Oss.ServiceException

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

Méthodes publiques

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

Méthodes protégées

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

Private Methods

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

Method Details

ServiceException() public méthode

public ServiceException ( ) : System
Résultat System

ServiceException() protected méthode

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

ServiceException() public méthode

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

ServiceException() public méthode

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