Class MediationSnippetNotFoundException
- Namespace
- Skyline.DataMiner.Net.ProfileManager.Export.Exceptions
- Assembly
- SLNetTypes.dll
Thrown when a Parameter with a ProtocolParameterReference with an invalid link to a MediationSnippet is exported.
[Serializable]
public class MediationSnippetNotFoundException : Exception
- Inheritance
-
MediationSnippetNotFoundException
- Extension Methods
Constructors
- MediationSnippetNotFoundException(Guid)
Initializes a new instance of the MediationSnippetNotFoundException class using the specified snippet GUID.
- MediationSnippetNotFoundException(string, Exception, Guid)
Initializes a new instance of the MediationSnippetNotFoundException class using the specified message, inner exception and snippet GUID.
- MediationSnippetNotFoundException(string, Guid)
Initializes a new instance of the MediationSnippetNotFoundException class using the specified message and snippet GUID.
Properties
- MediationSnippetId
Gets the mediation snippet ID.
Methods
- GetObjectData(SerializationInfo, StreamingContext)
Populates a SerializationInfo with the data needed to serialize the target object.
- ToString()
Returns a string that represents the current object.