FormRegionStorageNullException Class

Definition

Represents an error that occurs when the GetFormRegionStorage(Object, OlFormRegionMode, OlFormRegionSize) method of the form region factory class returns null.

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

Remarks

The GetFormRegionStorage of the form region factory class is called by Outlook only if the Kind property of the form region factory returns the Ofs enumeration value.

Constructors

FormRegionStorageNullException()

Initializes a new instance of the FormRegionStorageNullException class.

FormRegionStorageNullException(Exception)
FormRegionStorageNullException(String)
FormRegionStorageNullException(String, Exception)

Applies to