ServiceException 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 an information about an exception from the service. This exception is thrown when the actual exception from the service cannot be serialized for transferring to client.
public class ServiceException : Exception
type ServiceException = class
inherit Exception
Public Class ServiceException
Inherits Exception
- Inheritance
-
ServiceException
Constructors
ServiceException() |
Initializes a new instance of the ServiceException class. |
ServiceException(String, String) |
Initializes a new instance of the ServiceException class with appropriate message. |
Properties
ActualExceptionData |
Gets or sets additional data about the actual exception. |
ActualExceptionStackTrace |
Gets or sets the actual exception stack trace. |
ActualExceptionType |
Gets the ActualExceptionType is the type of actual exception thrown. |
ActualInnerExceptions |
Gets or sets the list of inner exceptions. |
Applies to
Azure SDK for .NET