Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the IUserExtensionErrorRecord interface that provides additional information about exception.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
public IUserExtensionErrorRecord ErrorRecord { get; set; }
public:
property IUserExtensionErrorRecord^ ErrorRecord {
IUserExtensionErrorRecord^ get();
void set(IUserExtensionErrorRecord^ value);
}
Public Property ErrorRecord As IUserExtensionErrorRecord
Property Value
Type: Microsoft.WindowsServerSolutions.Common.IUserExtensionErrorRecord
Returns IUserExtensionErrorRecord.
See Also
UserExtensionException Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top