FrameworkException.FrameworkException

FrameworkException(string)

Inicializa una nueva instancia delFrameworkException clase.

public FrameworkException(string message)
ParámetroEscribeDescripción
messageStringEl mensaje.

Ver también


FrameworkException(string, Exception)

Inicializa una nueva instancia delFrameworkException clase.

public FrameworkException(string message, Exception innerException)
ParámetroEscribeDescripción
messageStringEl mensaje.
innerExceptionExceptionLa excepción interior.

Ver también