Constructor SrmSolutionNotInstalledException
- Namespace
- Skyline.DataMiner.Srm.AppPackageInstaller.Exceptions
- Assembly
- Skyline.DataMiner.Core.AppPackageInstaller.SRM.dll
SrmSolutionNotInstalledException()
Initializes a new instance of the SrmSolutionNotInstalledException class.
public SrmSolutionNotInstalledException()
SrmSolutionNotInstalledException(string)
Initializes a new instance of the SrmSolutionNotInstalledException class with a specified error message.
public SrmSolutionNotInstalledException(string message)
Parameters
messagestringThe error message that explains the reason for the exception.
SrmSolutionNotInstalledException(string, Exception)
Initializes a new instance of the SrmSolutionNotInstalledException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public SrmSolutionNotInstalledException(string message, Exception inner)
Parameters
messagestringThe error message that explains the reason for the exception.
innerExceptionThe exception that is the cause of the current exception. If the innerException parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.
SrmSolutionNotInstalledException(string, string)
Initializes a new instance of the SrmSolutionNotInstalledException class with a specified error message and the name of the parameter that causes this exception.
public SrmSolutionNotInstalledException(string parameterName, string message)
Parameters
parameterNamestringThe parameter where the invalid data is.
messagestringThe error message that explains the reason for the exception.
SrmSolutionNotInstalledException(SerializationInfo, StreamingContext)
Initializes a new instance of the SrmSolutionNotInstalledException class with serialized data.
protected SrmSolutionNotInstalledException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfoThe object that holds the serialized object data.
contextStreamingContextThe contextual information about the source or destination.