System.Threading.Tasks.PromiseException.PromiseException C# (CSharp) Method

PromiseException() public method

public PromiseException ( Array arguments )
arguments Array
        public extern PromiseException(object[] arguments);

Same methods

PromiseException::PromiseException ( Array arguments, string message )
PromiseException::PromiseException ( Array arguments, string message, Exception innerException )
PromiseException