FrameworkException

FrameworkException(string)

Initialise une nouvelle instance duFrameworkException classe.

public FrameworkException(string message)
ParamètreTaperLa description
messageStringLe message.

Voir également


FrameworkException(string, Exception)

Initialise une nouvelle instance duFrameworkException classe.

public FrameworkException(string message, Exception innerException)
ParamètreTaperLa description
messageStringLe message.
innerExceptionExceptionL’exception intérieure.

Voir également