Table of Contents

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

message string

The 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

message string

The error message that explains the reason for the exception.

inner Exception

The 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

parameterName string

The parameter where the invalid data is.

message string

The 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

info SerializationInfo

The object that holds the serialized object data.

context StreamingContext

The contextual information about the source or destination.