NotAvailableOfflineException 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.
This exception is not used by the Visual Studio 2010 Tools for Office Runtime. It is included in this version of the runtime to maintain compatibility with code that was compiled using earlier versions of the runtime.
public ref class NotAvailableOfflineException sealed : Microsoft::VisualStudio::Tools::Applications::Runtime::RuntimeException
[System.Serializable]
public sealed class NotAvailableOfflineException : Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException
[<System.Serializable>]
type NotAvailableOfflineException = class
inherit RuntimeException
Public NotInheritable Class NotAvailableOfflineException
Inherits RuntimeException
- Inheritance
- Attributes
Remarks
For more information about the Visual Studio 2010 Tools for Office Runtime, see Visual Studio Tools for Office Runtime Overview.
Constructors
NotAvailableOfflineException() | |
NotAvailableOfflineException(Exception) | |
NotAvailableOfflineException(String, Exception) | |
NotAvailableOfflineException(String) |