JpegLoadException.JpegLoadException

JpegLoadException(string)

Initialiseert een nieuw exemplaar van hetJpegLoadException klasse.

public JpegLoadException(string message)
ParameterTypeBeschrijving
messageStringHet uitzonderingsbericht.

Zie ook


JpegLoadException(string, Exception)

Initialiseert een nieuw exemplaar van hetJpegLoadException klasse.

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

Zie ook


JpegLoadException(string, ErrorReason)

Initialiseert een nieuw exemplaar van hetJpegLoadException klasse.

public JpegLoadException(string message, ErrorReason reason)
ParameterTypeBeschrijving
messageStringHet uitzonderingsbericht.
reasonErrorReasonDe reden van de fout.

Zie ook


JpegLoadException(string, Exception, ErrorReason)

Initialiseert een nieuw exemplaar van hetJpegLoadException klasse.

public JpegLoadException(string message, Exception innerException, ErrorReason reason)
ParameterTypeBeschrijving
messageStringHet uitzonderingsbericht.
innerExceptionExceptionDe innerlijke uitzondering.
reasonErrorReasonDe reden van de fout.

Zie ook