FrameworkException.FrameworkException

FrameworkException(string)

Initialiseert een nieuw exemplaar van hetFrameworkException klasse.

public FrameworkException(string message)
ParameterTypeBeschrijving
messageStringDe boodschap.

Zie ook


FrameworkException(string, Exception)

Initialiseert een nieuw exemplaar van hetFrameworkException klasse.

public FrameworkException(string message, Exception innerException)
ParameterTypeBeschrijving
messageStringDe boodschap.
innerExceptionExceptionDe innerlijke uitzondering.

Zie ook