FrameworkException.FrameworkException

FrameworkException(string)

Initializes a new instance of the FrameworkException class.

public FrameworkException(string message)
ParameterTypeDescription
messageStringThe message.

See Also


FrameworkException(string, Exception)

Initializes a new instance of the FrameworkException class.

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

See Also