Share via


ExceptionData Constructor (Exception)

 

Namespace:   Microsoft.ClusterAwareUpdating
Assembly:  ClusterAwareUpdating (in ClusterAwareUpdating.dll)

Syntax

public ExceptionData(
    Exception exception
)
public:
ExceptionData(
    Exception^ exception
)
new : 
        exception:Exception -> ExceptionData
Public Sub New (
    exception As Exception
)

Parameters

See Also

ExceptionData Class
Microsoft.ClusterAwareUpdating Namespace

Return to top