Details Property (ErrorInfo)
In This Topic
Gets or sets detailed information about the error.
Syntax
'Declaration
Public Property Details As String
public string Details {get; set;}
Property Value
Extended details about the error as a
System.String.
See Also