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
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
messagestringThe message.
mediationSnippetIdGuidThe mediation snippet ID.
entryPathstringThe 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
messagestringThe message.
innerExceptionThe inner exception.
mediationSnippetIdGuidThe mediation snippet ID.
entryPathstringThe entry path.
InvalidMediationSnippetException(SerializationInfo, StreamingContext)
protected InvalidMediationSnippetException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfocontextStreamingContext