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
- exception
Type: System.Exception
See Also
ExceptionData Class
Microsoft.ClusterAwareUpdating Namespace
Return to top