Click or drag to resize

DetectedIssueException Constructor

Overload List
 NameDescription
Public methodDetectedIssueException Creates a new detected issue exception
Public methodDetectedIssueException(DetectedIssue) Detected issue exception
Public methodDetectedIssueException(IEnumerableDetectedIssue) Creates a new detected issue exception with the specified issue list
Public methodDetectedIssueException(DetectedIssue, Exception) Detected issue exception
Public methodDetectedIssueException(IEnumerableDetectedIssue, Exception) Creates a new detected issue exception with the specified issues
Public methodDetectedIssueException(IEnumerableDetectedIssue, String, Exception) Creates a new detected issue exception with the specified issuesmessage and causal exception (innerException)
Public methodDetectedIssueException(DetectedIssuePriorityType, String, String, Guid, Exception) Creates a new detected issue exception
Top
See Also