RemoteRenderingServiceError 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.
Specific details about errors that occurred, describing why a conversion failed or a rendering session is in an error state.
public class RemoteRenderingServiceError
type RemoteRenderingServiceError = class
Public Class RemoteRenderingServiceError
- Inheritance
-
RemoteRenderingServiceError
Properties
Code |
Error code. |
Details |
An array of details about specific errors that led to this reported error. |
InnerError |
An object containing more specific information than the current object about the error. |
Message |
A human-readable representation of the error. |
Target |
The target of the particular error (e.g., the name of the property in error). |