BuildIt.ServiceLocation.ActivationException.ActivationException C# (CSharp) Метод

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

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

Same methods

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