FormRegionStorageNullException Constructors
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.
Overloads
FormRegionStorageNullException()
Initializes a new instance of the FormRegionStorageNullException class.
public:
FormRegionStorageNullException();
public FormRegionStorageNullException ();
Public Sub New ()
Applies to
FormRegionStorageNullException(Exception)
public:
FormRegionStorageNullException(Exception ^ innerException);
public FormRegionStorageNullException (Exception innerException);
new Microsoft.Office.Tools.Outlook.FormRegionStorageNullException : Exception -> Microsoft.Office.Tools.Outlook.FormRegionStorageNullException
Public Sub New (innerException As Exception)
Parameters
- innerException
- Exception
Applies to
FormRegionStorageNullException(String)
public:
FormRegionStorageNullException(System::String ^ message);
public FormRegionStorageNullException (string message);
new Microsoft.Office.Tools.Outlook.FormRegionStorageNullException : string -> Microsoft.Office.Tools.Outlook.FormRegionStorageNullException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
FormRegionStorageNullException(String, Exception)
public:
FormRegionStorageNullException(System::String ^ message, Exception ^ innerException);
public FormRegionStorageNullException (string message, Exception innerException);
new Microsoft.Office.Tools.Outlook.FormRegionStorageNullException : string * Exception -> Microsoft.Office.Tools.Outlook.FormRegionStorageNullException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception