Braintree.Exceptions.TestOperationPerformedInProductionException.TestOperationPerformedInProductionException C# (CSharp) Method

TestOperationPerformedInProductionException() public method

public TestOperationPerformedInProductionException ( string message )
message string
        public TestOperationPerformedInProductionException(string message) : base(message) {}
    }
TestOperationPerformedInProductionException