CompatibleFrameworkMissingException Class

Definition

This exception is thrown when a version of the .NET Framework that is compatible with this application cannot be found.

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

Constructors

CompatibleFrameworkMissingException()

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

CompatibleFrameworkMissingException(SerializationInfo, StreamingContext)

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

CompatibleFrameworkMissingException(String)

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

CompatibleFrameworkMissingException(String, Exception)

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

Properties

CompatibleFrameworks

Gets a list of .NET Framework versions 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 CompatibleFrameworkMissingException class with serialized data.

Applies to

See also