8 references to GetExceptionText
System.Web (8)
Security\SQLMembershipProvider.cs (8)
481
throw new ProviderException(
GetExceptionText
( status ) );
523
errText =
GetExceptionText
( status );
642
string errText =
GetExceptionText
( status );
697
throw new MembershipPasswordException(
GetExceptionText
(status));
701
throw new ProviderException(
GetExceptionText
(status));
767
errText =
GetExceptionText
( status );
841
throw new ProviderException(
GetExceptionText
(status));
1803
throw new ProviderException(
GetExceptionText
(status));