Table of Contents

Constructor InvalidMediationSnippetException

Namespace
Skyline.DataMiner.Net.ProfileManager.Import.Exceptions
Assembly
SLNetTypes.dll

InvalidMediationSnippetException(Guid, string)

Initializes a new instance of the InvalidMediationSnippetException class using the specified mediation snippet ID and entry path.

public InvalidMediationSnippetException(Guid mediationSnippetId, string entryPath)

Parameters

mediationSnippetId Guid

The mediation snippet ID.

entryPath string

The entry path.

InvalidMediationSnippetException(string, Guid, string)

Initializes a new instance of the InvalidMediationSnippetException class using the specified message, mediation snippet ID and entry path.

public InvalidMediationSnippetException(string message, Guid mediationSnippetId, string entryPath)

Parameters

message string

The message.

mediationSnippetId Guid

The mediation snippet ID.

entryPath string

The entry path.

InvalidMediationSnippetException(string, Exception, Guid, string)

Initializes a new instance of the InvalidMediationSnippetException class using the specified message, inner exception, mediation snippet ID and entry path.

public InvalidMediationSnippetException(string message, Exception inner, Guid mediationSnippetId, string entryPath)

Parameters

message string

The message.

inner Exception

The inner exception.

mediationSnippetId Guid

The mediation snippet ID.

entryPath string

The entry path.

InvalidMediationSnippetException(SerializationInfo, StreamingContext)

protected InvalidMediationSnippetException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext