FormRegionStorageNullException Class (2007 System)

Represents an error that occurs when the GetFormRegionStorage method of the form region factory class returns nulla null reference (Nothing in Visual Basic).

Namespace:  Microsoft.Office.Tools.Outlook
Assembly:  Microsoft.Office.Tools.Outlook.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class FormRegionStorageNullException _
    Inherits Exception
'Usage
Dim instance As FormRegionStorageNullException
[SerializableAttribute]
public sealed class FormRegionStorageNullException : Exception
[SerializableAttribute]
public ref class FormRegionStorageNullException sealed : public Exception
public final class FormRegionStorageNullException extends Exception

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.

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.Office.Tools.Outlook.FormRegionStorageNullException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

FormRegionStorageNullException Members

Microsoft.Office.Tools.Outlook Namespace