Constructor InvalidProfileParameterException
- Namespace
- Skyline.DataMiner.Net.ProfileManager.Import.Exceptions
- Assembly
- SLNetTypes.dll
InvalidProfileParameterException(Guid, string)
Initializes a new instance of the InvalidProfileParameterException class using the specified profile parameter ID and entry path.
public InvalidProfileParameterException(Guid profileParameterId, string entryPath)Parameters
InvalidProfileParameterException(string, Guid, string)
Initializes a new instance of the InvalidProfileParameterException class using the specified message, profile parameter ID and entry path.
public InvalidProfileParameterException(string message, Guid profileParameterId, string entryPath)Parameters
- messagestring
- The message. 
- profileParameterIdGuid
- The profile parameter ID 
- entryPathstring
- The entry path. 
InvalidProfileParameterException(string, Exception, Guid, string)
Initializes a new instance of the InvalidProfileParameterException class using the specified message, inner exception, profile parameter ID and entry path.
public InvalidProfileParameterException(string message, Exception inner, Guid profileParameterId, string entryPath)Parameters
- messagestring
- The message. 
- innerException
- The inner exception. 
- profileParameterIdGuid
- The profile parameter ID 
- entryPathstring
- The entry path. 
InvalidProfileParameterException(SerializationInfo, StreamingContext)
protected InvalidProfileParameterException(SerializationInfo info, StreamingContext context)Parameters
- infoSerializationInfo
- contextStreamingContext