DocumentCustomizedWithPreviousRuntimeException Class

Definition

The exception that is thrown when you attempt to use the ServerDocument class to perform an operation on a document-level customization that was created by using an earlier version of the Office development tools in Visual Studio.

public ref class DocumentCustomizedWithPreviousRuntimeException sealed : Microsoft::VisualStudio::Tools::Applications::Runtime::RuntimeException
[System.Serializable]
public sealed class DocumentCustomizedWithPreviousRuntimeException : Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException
[<System.Serializable>]
type DocumentCustomizedWithPreviousRuntimeException = class
    inherit RuntimeException
Public NotInheritable Class DocumentCustomizedWithPreviousRuntimeException
Inherits RuntimeException
Inheritance
DocumentCustomizedWithPreviousRuntimeException
Attributes

Remarks

This exception is thrown at the following times, when the target document is part of a document-level customization that was created by using an earlier version of the Office development tools in Visual Studio:

Constructors

DocumentCustomizedWithPreviousRuntimeException()
DocumentCustomizedWithPreviousRuntimeException(Exception)
DocumentCustomizedWithPreviousRuntimeException(String)
DocumentCustomizedWithPreviousRuntimeException(String, Exception)

Applies to