SynchronizationFailedException Constructors

Definition

Overloads

SynchronizationFailedException()
SynchronizationFailedException(Exception)
SynchronizationFailedException(String)

SynchronizationFailedException()

public SynchronizationFailedException ();
Public Sub New ()

Applies to

SynchronizationFailedException(Exception)

public SynchronizationFailedException (Exception e);
new Microsoft.Azure.Commands.AnalysisServices.Dataplane.Models.SynchronizationFailedException : Exception -> Microsoft.Azure.Commands.AnalysisServices.Dataplane.Models.SynchronizationFailedException
Public Sub New (e As Exception)

Parameters

Applies to

SynchronizationFailedException(String)

public SynchronizationFailedException (string messageDetails);
new Microsoft.Azure.Commands.AnalysisServices.Dataplane.Models.SynchronizationFailedException : string -> Microsoft.Azure.Commands.AnalysisServices.Dataplane.Models.SynchronizationFailedException
Public Sub New (messageDetails As String)

Parameters

messageDetails
String

Applies to