FormRegionStorageNullException Class
Represents an error that occurs when the GetFormRegionStorage method of the form region factory class returns null.
Assembly: Microsoft.Office.Tools.v4.0.Framework (in Microsoft.Office.Tools.v4.0.Framework.dll)
System::Object
System::Exception
Microsoft.VisualStudio.Tools.Applications.Runtime::RuntimeException
Microsoft.Office.Tools.Outlook::FormRegionStorageNullException
System::Exception
Microsoft.VisualStudio.Tools.Applications.Runtime::RuntimeException
Microsoft.Office.Tools.Outlook::FormRegionStorageNullException
| Name | Description | |
|---|---|---|
![]() | FormRegionStorageNullException() | Initializes a new instance of the FormRegionStorageNullException class. |
![]() | FormRegionStorageNullException(Exception^) | |
![]() | FormRegionStorageNullException(String^) | |
![]() | FormRegionStorageNullException(String^, Exception^) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | ToString() | (Inherited from Exception.) |
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.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

