| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Error As Exception | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public Exception Error {get;} | |
Return Value
An Exception object representing the original error of the code-stream request.
This value will be null unless the Status has a value of CodeStreamRequestStatus.Error
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code