C# Class Microsoft.Vsa.VsaException

Inheritance: System.Runtime.InteropServices.ExternalException
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Méthodes publiques

Méthode Description
ToString ( ) : String
VsaException ( ) : System.CodeDom
VsaException ( SerializationInfo info, StreamingContext context ) : System.CodeDom
VsaException ( VsaError error ) : System.CodeDom
VsaException ( VsaError error, string message ) : System.CodeDom
VsaException ( VsaError error, string message, Exception innerException ) : System.CodeDom
VsaException ( string message ) : System.CodeDom
VsaException ( string message, Exception innerException ) : System.CodeDom

Private Methods

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

Method Details

ToString() public méthode

public ToString ( ) : String
Résultat String

VsaException() public méthode

public VsaException ( ) : System.CodeDom
Résultat System.CodeDom

VsaException() public méthode

public VsaException ( SerializationInfo info, StreamingContext context ) : System.CodeDom
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System.CodeDom

VsaException() public méthode

public VsaException ( VsaError error ) : System.CodeDom
error VsaError
Résultat System.CodeDom

VsaException() public méthode

public VsaException ( VsaError error, string message ) : System.CodeDom
error VsaError
message string
Résultat System.CodeDom

VsaException() public méthode

public VsaException ( VsaError error, string message, Exception innerException ) : System.CodeDom
error VsaError
message string
innerException System.Exception
Résultat System.CodeDom

VsaException() public méthode

public VsaException ( string message ) : System.CodeDom
message string
Résultat System.CodeDom

VsaException() public méthode

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