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