Bumblebee.Exceptions.VerificationException.VerificationException C# (CSharp) Метод

VerificationException() публичный Метод

Initializes a new instance of the VerificationException class.
public VerificationException ( string message ) : System
message string The message that describes the error.
Результат System
		public VerificationException(string message) : base(message)
		{
		}

Same methods

VerificationException::VerificationException ( string message, Exception innerException ) : System
VerificationException