Method | Description | |
---|---|---|
SVGException ( SVGExceptionType errorCode ) : System | ||
SVGException ( SVGExceptionType errorCode, string message ) : System | ||
SVGException ( SVGExceptionType errorCode, string message, Exception innerException ) : System |
Method | Description | |
---|---|---|
SVGException ( SerializationInfo info, StreamingContext context ) : System |
public SVGException ( SVGExceptionType errorCode ) : System | ||
errorCode | SVGExceptionType | |
return | System |
public SVGException ( SVGExceptionType errorCode, string message ) : System | ||
errorCode | SVGExceptionType | |
message | string | |
return | System |
public SVGException ( SVGExceptionType errorCode, string message, Exception innerException ) : System | ||
errorCode | SVGExceptionType | |
message | string | |
innerException | Exception | |
return | System |
protected SVGException ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | |
context | StreamingContext | |
return | System |