메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
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 |
리턴 | System |
public GraphvizApiException ( string message ) : System | ||
message | string | error message |
리턴 | System |
public GraphvizApiException ( string message, Exception innerException ) : System | ||
message | string | error message |
innerException | Exception | inner exception |
리턴 | System |