RuntimeException 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.
Provides the base class for exceptions in Visual Studio Tools for Office runtime.
public ref class RuntimeException abstract : Exception
[System.Serializable]
public abstract class RuntimeException : Exception
[<System.Serializable>]
type RuntimeException = class
inherit Exception
Public MustInherit Class RuntimeException
Inherits Exception
- Inheritance
-
RuntimeException
- Derived
- Attributes
Remarks
For more information about the Visual Studio Tools for Office runtime, see Visual Studio Tools for Office Runtime Overview.
Constructors
RuntimeException() | |
RuntimeException(Int64) | |
RuntimeException(SerializationInfo, StreamingContext) | |
RuntimeException(String, Int64, Exception) | |
RuntimeException(String, Int64) |