Table of Contents

Constructor MediationSnippetNotFoundException

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

MediationSnippetNotFoundException(Guid)

Initializes a new instance of the MediationSnippetNotFoundException class using the specified snippet GUID.

public MediationSnippetNotFoundException(Guid mediationSnippetGuid)

Parameters

mediationSnippetGuid Guid

The snippet GUID.

MediationSnippetNotFoundException(string, Guid)

Initializes a new instance of the MediationSnippetNotFoundException class using the specified message and snippet GUID.

public MediationSnippetNotFoundException(string message, Guid mediationSnippetGuid)

Parameters

message string

The message.

mediationSnippetGuid Guid

The snippet GUID.

MediationSnippetNotFoundException(string, Exception, Guid)

Initializes a new instance of the MediationSnippetNotFoundException class using the specified message, inner exception and snippet GUID.

public MediationSnippetNotFoundException(string message, Exception inner, Guid mediationSnippetGuid)

Parameters

message string

The message.

inner Exception

The inner exception.

mediationSnippetGuid Guid

The snippet GUID.

MediationSnippetNotFoundException(SerializationInfo, StreamingContext)

protected MediationSnippetNotFoundException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext