Check.ServiceInterface.CustomHttpErrorService.Any C# (CSharp) Method

Any() public method

public Any ( AlwaysThrows request ) : object
request AlwaysThrows
return object
        public object Any(AlwaysThrows request)
        {
            throw new Exception(request.GetType().Name);
        }
    }

Same methods

CustomHttpErrorService::Any ( Check.ServiceModel.CustomHttpError request ) : object
CustomHttpErrorService