MetaModel.ResetRegistrationException Method

Definition

Resets any previous context registration error that might have occurred.

public:
 static void ResetRegistrationException();
public static void ResetRegistrationException ();
static member ResetRegistrationException : unit -> unit
Public Shared Sub ResetRegistrationException ()

Remarks

When an error occurs during data-context registration, the exception is cached and thrown on all subsequent operations. For example, if an error occurs at application start, it is thrown on every request. Call this method to clear the error and to enable a new context registration to be performed.

Applies to