C# Class Microsoft.Vsa.VsaException

Inheritance: System.Runtime.InteropServices.ExternalException
Show file Open project: gbarnett/shared-source-cli-2.0

Public Methods

Method 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

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

Method Details

ToString() public method

public ToString ( ) : String
return String

VsaException() public method

public VsaException ( ) : System.CodeDom
return System.CodeDom

VsaException() public method

public VsaException ( SerializationInfo info, StreamingContext context ) : System.CodeDom
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System.CodeDom

VsaException() public method

public VsaException ( VsaError error ) : System.CodeDom
error VsaError
return System.CodeDom

VsaException() public method

public VsaException ( VsaError error, string message ) : System.CodeDom
error VsaError
message string
return System.CodeDom

VsaException() public method

public VsaException ( VsaError error, string message, Exception innerException ) : System.CodeDom
error VsaError
message string
innerException System.Exception
return System.CodeDom

VsaException() public method

public VsaException ( string message ) : System.CodeDom
message string
return System.CodeDom

VsaException() public method

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