SupportedRuntimeMissingException Class

Definition

This exception is thrown when a runtime version that is compatible with this application cannot be found.

public ref class SupportedRuntimeMissingException : System::Deployment::Application::DependentPlatformMissingException
[System.Serializable]
public class SupportedRuntimeMissingException : System.Deployment.Application.DependentPlatformMissingException
[<System.Serializable>]
type SupportedRuntimeMissingException = class
    inherit DependentPlatformMissingException
Public Class SupportedRuntimeMissingException
Inherits DependentPlatformMissingException
Inheritance
Attributes

Constructors

SupportedRuntimeMissingException()

Initializes a new instance of the SupportedRuntimeMissingException class with a system-supplied message that describes the error.

SupportedRuntimeMissingException(SerializationInfo, StreamingContext)

Initializes a new instance of the SupportedRuntimeMissingException class with serialized data.

SupportedRuntimeMissingException(String)

Initializes a new instance of the SupportedRuntimeMissingException class with a specified message that describes the error.

SupportedRuntimeMissingException(String, Exception)

Initializes a new instance of the SupportedRuntimeMissingException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Properties

SupportedRuntimeVersion

Gets the version of the runtime where this application can install and run.

SupportUrl

Gets a URI that indicates where support can be found for the problem encountered.

(Inherited from DependentPlatformMissingException)

Methods

GetObjectData(SerializationInfo, StreamingContext)

Initializes a new instance of the SupportedRuntimeMissingException class with serialized data.

Applies to

See also