ExcelServicesException 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.
An exception that wraps an error condition that bubbled up from an Excel Services API call.
[System.Serializable]
public sealed class ExcelServicesException : Exception
[<System.Serializable>]
type ExcelServicesException = class
inherit Exception
interface ISerializable
Public NotInheritable Class ExcelServicesException
Inherits Exception
- Inheritance
-
ExcelServicesException
- Attributes
- Implements
Constructors
| ExcelServicesException() |
Initializes a new instance of the ExcelServicesException class. |
| ExcelServicesException(String) |
Initializes a new instance of the ExcelServicesException class with a specified error message. |
| ExcelServicesException(String, Exception) |
Initializes a new instance of the ExcelServicesException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
| ExcelServicesException(String, Exception, String, String, String) |
Initializes a new instance of the ExcelServicesException class with a specified error message and a reference to the inner exception that is the cause of this exception, as well as Excell error information. |
| ExcelServicesException(String, String, String) |
Initializes a new instance of the ExcelServicesException class with an error message based on Excel error information. |
Properties
| ExcelStatusMessage |
Gets the associated Excel status message |
| Name |
Gets the associated Excel error name |
| Severity |
Gets the associated Excel error severity |
Methods
| GetObjectData(SerializationInfo, StreamingContext) |
Sets the SerializationInfo with information about the exception. |