GroupDocsRedactionException

GroupDocsRedactionException(string)

Initierar en ny instans av klassen GroupDocsRedactionException.

public GroupDocsRedactionException(string message)
Parameter Typ Beskrivning
message String Meddelande som beskriver undantagskontext

Se även


GroupDocsRedactionException(string, Exception)

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

public GroupDocsRedactionException(string message, Exception innerException)
Parameter Typ Beskrivning
message String Meddelande som beskriver undantagskontext
innerException Exception Inre undantag

Se även