Class ProfileParameterNotFoundException
- Namespace
- Skyline.DataMiner.Net.ProfileManager.Export.Exceptions
- Assembly
- SLNetTypes.dll
Thrown when a profile parameter passed to the ProfileParameterExporter can not be found.
[Serializable]
public class ProfileParameterNotFoundException : Exception
- Inheritance
-
ProfileParameterNotFoundException
- Extension Methods
Constructors
- ProfileParameterNotFoundException(Guid)
Initializes a new instance of the ProfileParameterNotFoundException class using the specified profile parameter ID.
- ProfileParameterNotFoundException(string, Exception, Guid)
Initializes a new instance of the ProfileParameterNotFoundException class using the specified message and profile parameter ID.
- ProfileParameterNotFoundException(string, Guid)
Initializes a new instance of the ProfileParameterNotFoundException class using the specified message and profile parameter ID.
Properties
- ProfileParameterId
Gets the profile parameter 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.