NUnit.Framework.Api.ExpectedExceptionData Members

The members of NUnit.Framework.Api.ExpectedExceptionData are listed below.

See Also: Inherited members from System.ValueType

Public Properties

ExpectedExceptionNamestring. The FullName of any exception that is expected
ExpectedExceptionTypeType. Documentation for this section has not yet been entered.
ExpectedMessagestring. The Message of any exception that is expected
HandlerNamestring. The name of an alternate exception handler to be used to validate the exception.
MatchTypeXamarin.iOS.dll=NUnit.Framework.MessageMatch. The type of match to be performed on the expected message
UserMessagestring. A user message to be issued in case of error

Public Methods

GetExceptionHandler(Type) : System.Reflection.MethodInfo
Returns a MethodInfo for the handler to be used to validate any exception thrown.