InvalidFormTypeOperationException

InvalidFormTypeOperationException()

Initierar en ny instans avInvalidFormTypeOperationException class.

public InvalidFormTypeOperationException()

Se även


InvalidFormTypeOperationException(string)

Initierar en ny instans avInvalidFormTypeOperationException class.

public InvalidFormTypeOperationException(string message)
ParameterTypBeskrivning
messageStringBudskapet.

Se även


InvalidFormTypeOperationException(string, Exception)

Initierar en ny instans avInvalidFormTypeOperationException klass med ett specificerat felmeddelande och en referens till det inre undantaget som är orsaken till detta undantag.

public InvalidFormTypeOperationException(string message, Exception innerException)
ParameterTypBeskrivning
messageStringFelmeddelandet som förklarar orsaken till undantaget.
innerExceptionExceptionUndantaget som är orsaken till det aktuella undantaget, eller en nollreferens (Ingenting i Visual Basic) om inget inre undantag anges.

Se även


InvalidFormTypeOperationException(Exception)

Initierar en ny instans avInvalidFormTypeOperationException klass med ett specificerat felmeddelande och en referens till det inre undantaget som är orsaken till detta undantag.

public InvalidFormTypeOperationException(Exception innerException)
ParameterTypBeskrivning
innerExceptionExceptionUndantaget som är orsaken till det aktuella undantaget, eller en nollreferens (Ingenting i Visual Basic) om inget inre undantag anges.

Se även