The members of NUnit.Framework.Api.ExpectedExceptionData are listed below.
See Also: Inherited members from System.ValueType
| ExpectedExceptionName | string. The FullName of any exception that is expected | |
| ExpectedExceptionType | Type. Documentation for this section has not yet been entered. | |
| ExpectedMessage | string. The Message of any exception that is expected | |
| HandlerName | string. The name of an alternate exception handler to be used to validate the exception. | |
| MatchType | Xamarin.iOS.dll=NUnit.Framework.MessageMatch. The type of match to be performed on the expected message | |
| UserMessage | string. A user message to be issued in case of error |
GetExceptionHandler(Type)Returns a MethodInfo for the handler to be used to validate any exception thrown. | ||