Method | Description | |
---|---|---|
TopicNotFoundException ( ) : System | ||
TopicNotFoundException ( string paramName ) : System | ||
TopicNotFoundException ( string message, Exception innerException ) : System | ||
TopicNotFoundException ( string paramName, object actualValue, string message ) : System | ||
TopicNotFoundException ( string paramName, string message ) : System |
Method | Description | |
---|---|---|
TopicNotFoundException ( SerializationInfo info, StreamingContext context ) : System |
protected TopicNotFoundException ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | |
context | StreamingContext | |
return | System |
public TopicNotFoundException ( string paramName ) : System | ||
paramName | string | |
return | System |
public TopicNotFoundException ( string message, Exception innerException ) : System | ||
message | string | |
innerException | Exception | |
return | System |
public TopicNotFoundException ( string paramName, object actualValue, string message ) : System | ||
paramName | string | |
actualValue | object | |
message | string | |
return | System |
public TopicNotFoundException ( string paramName, string message ) : System | ||
paramName | string | |
message | string | |
return | System |