PubException
PubException(string)
Initierar en ny instans avPubException
class.
public PubException(string message)
Parameter | Typ | Beskrivning |
---|---|---|
message | String | Budskapet. |
Se även
- class PubException
- namnutrymme Aspose.Pub.Exceptions
- hopsättning Aspose.PUB
PubException(string, Exception)
Initierar en ny instans avPubException
klass med ett specificerat felmeddelande och en referens till det inre undantaget som är orsaken till detta undantag.
public PubException(string message, Exception innerException)
Parameter | Typ | Beskrivning |
---|---|---|
message | String | Felmeddelandet som förklarar orsaken till undantaget. |
innerException | Exception | Undantaget som är orsaken till det aktuella undantaget, eller en nollreferens (Ingenting i Visual Basic) om inget inre undantag anges. |
Se även
- class PubException
- namnutrymme Aspose.Pub.Exceptions
- hopsättning Aspose.PUB