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