FormRegionStorageNullException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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.