FrameworkException

FrameworkException constructor (1 of 2)

Initializes a new instance of the FrameworkException class.

public FrameworkException(string message)
ParameterTypeDescription
messageStringThe message.

See Also


FrameworkException constructor (2 of 2)

Initializes a new instance of the FrameworkException class.

public FrameworkException(string message, Exception innerException)
ParameterTypeDescription
messageStringThe message.
innerExceptionExceptionThe inner exception.

See Also