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
GuidThe 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
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
stringThe message.
inner
ExceptionThe inner exception.
mediationSnippetGuid
GuidThe snippet GUID.
MediationSnippetNotFoundException(SerializationInfo, StreamingContext)
protected MediationSnippetNotFoundException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext