Méthode | Description | |
---|---|---|
GraphvizApiException ( ) : System |
Initializes a new instance of the GraphvizApiException class.
|
|
GraphvizApiException ( string message ) : System |
Initializes a new instance of the GraphvizApiException class.
|
|
GraphvizApiException ( string message, Exception innerException ) : System |
Initializes a new instance of the GraphvizApiException class.
|
Méthode | Description | |
---|---|---|
GraphvizApiException ( SerializationInfo info, StreamingContext context ) : System |
Initializes a new instance of the GraphvizApiException class.
|
protected GraphvizApiException ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | Serialization Info |
context | StreamingContext | Streaming Context |
Résultat | System |
public GraphvizApiException ( string message ) : System | ||
message | string | error message |
Résultat | System |
public GraphvizApiException ( string message, Exception innerException ) : System | ||
message | string | error message |
innerException | Exception | inner exception |
Résultat | System |