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
message
stringThe message.
mediationSnippetId
GuidThe mediation snippet ID.
entryPath
stringThe 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
stringThe message.
inner
ExceptionThe inner exception.
mediationSnippetId
GuidThe mediation snippet ID.
entryPath
stringThe entry path.
InvalidMediationSnippetException(SerializationInfo, StreamingContext)
protected InvalidMediationSnippetException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext