ResponseFormatException 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.
Represents errors that occur during application execution.
[System.Serializable]
public sealed class ResponseFormatException : Microsoft.AnalysisServices.AmoException
[<System.Serializable>]
type ResponseFormatException = class
inherit AmoException
Public NotInheritable Class ResponseFormatException
Inherits AmoException
- Inheritance
- Attributes
Constructors
| ResponseFormatException(String) |
Initializes a new instance of the ResponseFormatException class with a specified error message. |
| ResponseFormatException(String, Exception) |
Initializes a new instance of the ResponseFormatException class with a specified error message and a reference to the inner exception that is the cause of this exception. |