UpdateFailedException Constructors

Definition

Overloads

UpdateFailedException()
UpdateFailedException(Exception)
UpdateFailedException(String)
UpdateFailedException(String, Exception)

UpdateFailedException()

public:
 UpdateFailedException();
public UpdateFailedException ();
Public Sub New ()

Applies to

UpdateFailedException(Exception)

public:
 UpdateFailedException(Exception ^ innerException);
public UpdateFailedException (Exception innerException);
new Microsoft.VisualStudio.Tools.Applications.Runtime.UpdateFailedException : Exception -> Microsoft.VisualStudio.Tools.Applications.Runtime.UpdateFailedException
Public Sub New (innerException As Exception)

Parameters

innerException
Exception

Applies to

UpdateFailedException(String)

public:
 UpdateFailedException(System::String ^ message);
public UpdateFailedException (string message);
new Microsoft.VisualStudio.Tools.Applications.Runtime.UpdateFailedException : string -> Microsoft.VisualStudio.Tools.Applications.Runtime.UpdateFailedException
Public Sub New (message As String)

Parameters

message
String

Applies to

UpdateFailedException(String, Exception)

public:
 UpdateFailedException(System::String ^ message, Exception ^ innerException);
public UpdateFailedException (string message, Exception innerException);
new Microsoft.VisualStudio.Tools.Applications.Runtime.UpdateFailedException : string * Exception -> Microsoft.VisualStudio.Tools.Applications.Runtime.UpdateFailedException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String
innerException
Exception

Applies to