DocumentNotCustomizedException Class

Definition

The exception that is thrown when you try to perform an invalid operation on a document by using the ServerDocument class.

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

Remarks

This exception is thrown in the following cases:

Constructors

DocumentNotCustomizedException()
DocumentNotCustomizedException(Exception)
DocumentNotCustomizedException(String)
DocumentNotCustomizedException(String, Exception)

Applies to