EmailSentEventArgs.Error Property
Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)
Usage
Dim instance As EmailSentEventArgs Dim value As Exception value = instance.Error instance.Error = value
Syntax
'Declaration
Public Property Error As Exception
public Exception Error { get; set; }
public:
property Exception^ Error {
Exception^ get ();
void set (Exception^ value);
}
/** @property */
public Exception get_Error ()
/** @property */
public void set_Error (Exception value)
public function get Error () : Exception
public function set Error (value : Exception)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Target Platforms
Windows 2008 x64 Edition
See Also
Reference
EmailSentEventArgs Class
EmailSentEventArgs Members
Microsoft.ResourceManagement.Workflow.Activities Namespace